Tags: box-community/mcp-server-box
Tags
Refactor Project (#26) * Updating project dependencies * Refactoring mcp-server-box mcript * Fixing relative imports * Adding server version to mcp server info method * Ruffing * Update --auth parameter to --box-auth * Baerer token implementation * Adjusting middleware to allow oauth discovery endpoint * Documentation update * Fixing BOX_MCP_SERVER_AUTH_TOKEN environment variable * Fixing README * Adding cursor configuration in README * Adding default configuration class * Adjusting usage of transport type and authentication enums * Minor version bump
Implementing MCP sse/http transport (#12) * [refactor] separateing tools * adding SSE and HTTP transports * [REF] separating box tools * [REF] fix reported problems (types, unused, etc) * [REF] output dict in box search tool * [REF] output dict in several tools * [REF] separate tools generic and search + integration testing * [REF] separate tools AI + integration testing * [REF] separate tools docgen + MISSING integration testing * [REF] separate tools files+folders + integration testing * [REF] Ruff linting * version 0.1.1 * updating read.me