# test

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ibuildthecloud/test

# Browse available tools
npx -y @smithery/cli@latest tool list ibuildthecloud/test

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ibuildthecloud/test read_wiki_structure

# Call a tool
npx -y @smithery/cli@latest tool call ibuildthecloud/test read_wiki_structure '{}'
```

## Direct MCP Connection

Endpoint: `https://test--ibuildthecloud.run.tools`

## Tools (3)

- `read_wiki_structure` — Get a list of documentation topics for a GitHub repository
- `read_wiki_contents` — View documentation about a GitHub repository
- `ask_question` — Ask any question about a GitHub repository

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ibuildthecloud/test <tool-name>
```
