-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Remove jsonschema dependency #1745
Copy link
Copy link
Open
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes
Description
Summary
Remove the jsonschema package as a dependency.
Motivation
- Reduces the SDK's dependency footprint
- Part of lazy imports / startup time improvements
- Pydantic can handle validation needs
Related
- Lazy import in src/mcp/__init__.py #1617 - Lazy imports
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes