You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support authentication token parameter for Mapbox API tools (#6)
* Add authentication token support for Mapbox API tools
- Add support for passing authentication tokens via MCP request context
- Modified BaseTool to accept and pass through authentication tokens
- Update all Mapbox API tools to use provided token or fall back to env variable
- Fix failing tests related to token validation
- Simplify execute method signature by removing unused extra parameter
* 0.3.0
0 commit comments