https://github.com/unit-mesh/mcp-server-examples
MCP Examples for AutoDev
https://github.com/unit-mesh/mcp-server-examples
Last synced: about 1 year ago
JSON representation
MCP Examples for AutoDev
- Host: GitHub
- URL: https://github.com/unit-mesh/mcp-server-examples
- Owner: unit-mesh
- Created: 2025-04-10T02:55:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-18T13:15:17.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:46:49.386Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoDev MCP Examples
```json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Volumes/source/ai/autocrud"
],
"disabled": true
},
"greeting": {
"command": "node",
"args": [
"/Users/phodal/source/ai/autodev-mcp-test/javascript-greeting"
]
},
"echo": {
"command": "uv",
"args": [
"run",
"--directory",
"/Users/phodal/source/ai/autodev-mcp-test/python-sqlite3/",
"--with",
"mcp",
"mcp",
"run",
"/Users/phodal/source/ai/autodev-mcp-test/python-sqlite3/server.py"
]
},
"weather": {
"command": "java",
"args": [
"-jar",
"/Volumes/source/ai/autodev-mcp-test/java-mcp/target/mcp-0.0.1-SNAPSHOT.jar"
]
}
}
}
```
## Resource
### Java
- [Spring AI - Model Context Protocol (MCP)](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-overview.html)
- [GitHub Java SDK](https://github.com/modelcontextprotocol/java-sdk)
- [Java MCP Server](https://modelcontextprotocol.io/sdk/java/mcp-server)
### Python
### JavaScript
### Kotlin
## Test
```
{"id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{"experimental":{},"sampling":{}},"clientInfo":{"name":"weather","version":"1.0.0"},"_meta":{},"method":"initialize"},"jsonrpc":"2.0"}
```