ReMe/reme2/component/service
jinli.yl 332ac780b7 feat(mcp): add Model Context Protocol service implementation
- Create MCPService class to expose jobs as MCP tools
- Implement FastMCP integration with async lifespan management
- Add environment variable setup for service information
- Implement tool registration for job execution via FunctionTool
- Support multiple transport types (sse, stdio) with configurable host/port
- Integrate with application lifecycle for proper startup/shutdown
2026-04-28 00:24:24 +08:00
..
__init__.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
base_service.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
http_service.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
mcp_service.py feat(mcp): add Model Context Protocol service implementation 2026-04-28 00:24:24 +08:00