Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_board | Create a new Minesweeper board with specified dimensions and mine count |
| reveal_cell | Reveal a cell on the Minesweeper board |
| flag_cell | Flag or unflag a cell on the Minesweeper board |
| get_board | Get the current state and visual representation of a Minesweeper board |
| list_boards | List all active Minesweeper boards |
| delete_board | Delete a Minesweeper board |