ics6-Java-mcp-csv-server
If you are the rightful owner of ics6-Java-mcp-csv-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document outlines the creation and features of an MCP server designed for processing XLS and CSV files.
MCP Server for XLS and CSV processing
Дисциплина: Языки программирования для работы с большими данными
Студент: Рожкова Елизавета ИУ6-22М
Задание
- Написать MCP сервер для работы с xls, csv файлами
- Добавить open api starter (
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0'
) и посмотреть как выглядит swaggerlocalhost:8080/swagger-ui/index.html
- Добавить контроллер
@RestController
и сервис@Service
для тестирования MCP сервера - Использовать
@SLF4j
для логов