Skip to content

Commit 696c5b4

Browse files
committed
Merge branch 'main' into refactor/low-level-mcp-server-instead-of-fastmcp
2 parents eb00ebf + 0da1298 commit 696c5b4

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.8]
9+
10+
### Fixed
11+
- Remove unneeded dependency.
12+
813
## [0.1.7]
914

1015
### Fixed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fastapi-mcp"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -35,7 +35,6 @@ dependencies = [
3535
"uvicorn>=0.20.0",
3636
"httpx>=0.24.0",
3737
"requests>=2.25.0",
38-
"inspect-mate>=0.0.2",
3938
"tomli>=2.2.1",
4039
]
4140

uv.lock

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)