Skip to content

Commit b265d58

Browse files
committed
Add unit tests for MCP versions list and update routes
- Implement comprehensive unit tests for the MCP versions list route, covering route registration, request handling, error responses, and response format. - Add unit tests for the MCP versions update route, ensuring proper registration, request handling, error responses, and response format. - Validate schema configuration and performance for both routes, including concurrent request handling and edge cases. - Ensure consistent error responses and proper HTTP method usage in tests.
1 parent ceee165 commit b265d58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+11695
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ services/backend/persistent_data/*
6161
services/backend/tests/e2e/test-data/*.db
6262

6363
._*.ts
64+
._*.sh
6465
._*.vue
6566
._*.md
6667
._*.js

0 commit comments

Comments
 (0)