Skip to content
Merged
12 changes: 12 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,15 @@ The `changelog:prepare-release` script automatically:
- **Detailed Standards**: See docs/engineering_standards.md for complete guidelines
- **Tracing Setup**: See docs/tracing.md for OpenTelemetry configuration
- **Integration Guides**: See docs/ for Claude Desktop, VS Code, Cursor, and Goose setup
- **Direct Imports**: See docs/importing-tools.md for using tools/resources/prompts in your own applications

## Package Exports

The package provides subpath exports for direct integration without running the MCP server:

- `@mapbox/mcp-server/tools` - Tool classes and pre-configured instances
- `@mapbox/mcp-server/resources` - Resource classes and instances
- `@mapbox/mcp-server/prompts` - Prompt classes and instances
- `@mapbox/mcp-server/utils` - HTTP pipeline utilities (httpRequest, HttpPipeline, policies)

All exports support both ESM and CommonJS via tshy dual builds.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ For detailed setup instructions for different integrations, refer to the followi
- [VS Code Setup](./docs/vscode-setup.md) - Setting up a development environment in Visual Studio Code
- [Cursor AI IDE Setup](./docs/cursor-setup.md) - Setting up a development environment in Cursor AI IDE
- [Smolagents Integration](./docs/using-mcp-with-smolagents/README.md) - Example showing how to connect Smolagents AI agents to Mapbox's tools
- **[Importing Tools Directly](./docs/importing-tools.md)** - Use Mapbox tools in your own applications without running the MCP server

## Example Prompts

Expand Down
Loading