Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

### Added

- Pydantic is now a explicit dependency of the library. Previously, it was a transitive dependency via FastMCP.

### Changed

- The `code` argument to the `django_shell` MCP tool now has a helpful description.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ classifiers = [
dependencies = [
"django>4.2",
"fastmcp>=2.11.3",
"pydantic[email]>=2.11.7",
]
description = "MCP server providing a stateful Django shell for AI assistants."
name = "mcp-django-shell"
Expand Down