YuZhangLarry opened a new pull request, #1467:
URL: https://github.com/apache/dubbo-admin/pull/1467
## Summary
Implement Model Context Protocol (MCP) server for Dubbo Admin to enable AI
integration through standardized tool interfaces. This allows AI assistants
(like Claude) to directly interact with Dubbo resources.
## Features
- **Modular MCP Architecture**: Core components (server, registry, tools,
transport, types)
- **Comprehensive Tool Support**: 11 tools covering cluster info, service
discovery, instance management, metrics, and application details
- **Dual Transport Support**:
- Stdio transport for local Claude Desktop integration
- HTTP transport for remote connections with JSON-RPC 2.0
- **Security**: Optional Bearer Token authentication for HTTP endpoint
- **Flexible Configuration**: YAML-based config with optional
authentication
## Configuration Example
```yaml
mcp:
enabled: true
path: /api/mcp
apiKey: "your-secret-key" # Optional
Test plan
- Unit tests for core components
- Integration tests
- Manual testing with Claude Desktop
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]