Commit a407599
feat: add plugin-mcp-server with MCPServerRuntime and MCPServerPlugin
Implements the MCP Runtime Server plugin that bridges ObjectStack kernel
services to the Model Context Protocol (MCP). Features:
- Tool bridge: all ToolRegistry tools → MCP tools
- Resource bridge: MetadataService → object schemas, DataEngine → records
- Prompt bridge: Agent definitions → MCP prompts
- StdioServerTransport for local AI client integration
- Environment variable configuration (MCP_SERVER_ENABLED, MCP_SERVER_NAME)
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/5eb90a65-846f-4f24-947f-1c0e7ea5090e
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 86b56ea commit a407599
File tree
7 files changed
+806
-11
lines changed- packages/plugins/plugin-mcp-server
- src
7 files changed
+806
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments