package.jsonโข1.51 kB
{
  "name": "react-native-godot-mcp",
  "version": "1.0.0",
  "description": "MCP server for React Native Godot documentation fetching and searching",
  "main": "react_native_godot_mcp.py",
  "scripts": {
    "start": "python react_native_godot_mcp.py",
    "test": "python test_mcp_server.py",
    "inspect": "npx @modelcontextprotocol/inspector python react_native_godot_mcp.py",
    "evaluate": "python run_evaluation.py"
  },
  "keywords": [
    "mcp",
    "react-native",
    "godot",
    "documentation",
    "api",
    "game-engine",
    "model-context-protocol"
  ],
  "author": "Created with mcp-builder skill",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/borndotcom/react-native-godot"
  },
  "mcp": {
    "name": "react-native-godot-docfetcher",
    "version": "1.0.0",
    "transport": "stdio",
    "tools": [
      "get_documentation",
      "search_documentation", 
      "get_example_code",
      "get_setup_instructions",
      "get_api_reference",
      "get_troubleshooting",
      "get_file_from_repo"
    ],
    "capabilities": {
      "formats": ["markdown", "json"],
      "detail_levels": ["concise", "detailed", "full"],
      "platforms": ["ios", "android", "both"],
      "languages": ["typescript", "javascript"]
    }
  },
  "requirements": {
    "python": ">=3.8",
    "packages": [
      "mcp",
      "fastmcp",
      "httpx",
      "pydantic>=2.0"
    ]
  },
  "devDependencies": {
    "@modelcontextprotocol/inspector": "latest"
  }
}