test-101
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add rahular101/test-101
# Browse available tools
npx -y smithery tool list rahular101/test-101
# Get full schema for a tool
npx -y smithery tool get rahular101/test-101 read_wiki_structure
# Call a tool
npx -y smithery tool call rahular101/test-101 read_wiki_structure '{}'Direct MCP Connection
Endpoint: https://test-101--rahular101.run.tools
Tools (3)
read_wiki_structure— Get a list of documentation topics for a GitHub repositoryread_wiki_contents— View documentation about a GitHub repositoryask_question— Ask any question about a GitHub repository
# Get full input/output schema for a tool
npx -y smithery tool get rahular101/test-101