TestMCP_Initialize 464 B

123456789101112131415161718
  1. initialize
  2. {
  3. "jsonrpc": "2.0",
  4. "result": {
  5. "capabilities": {
  6. "resources": {
  7. "subscribe": true
  8. },
  9. "tools": {}
  10. },
  11. "instructions": "Use the introspect tool to discover the GraphQL schema, query tool for read operations, mutate tool for write operations, and resources for real-time subscriptions.",
  12. "protocolVersion": "2024-11-05",
  13. "serverInfo": {
  14. "name": "ARP MCP Server",
  15. "version": "1.0.0"
  16. }
  17. }
  18. }