mseep-fastapi-mcp-sse 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mseep_fastapi_mcp_sse-0.1.0/src/mseep_fastapi_mcp_sse.egg-info → mseep_fastapi_mcp_sse-0.1.1}/PKG-INFO +3 -3
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/pyproject.toml +7 -1
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1/src/mseep_fastapi_mcp_sse.egg-info}/PKG-INFO +3 -3
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/LICENSE +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/README.md +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/setup.cfg +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/setup.py +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/src/mseep_fastapi_mcp_sse.egg-info/SOURCES.txt +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/src/mseep_fastapi_mcp_sse.egg-info/dependency_links.txt +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/src/mseep_fastapi_mcp_sse.egg-info/entry_points.txt +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/src/mseep_fastapi_mcp_sse.egg-info/requires.txt +0 -0
- {mseep_fastapi_mcp_sse-0.1.0 → mseep_fastapi_mcp_sse-0.1.1}/src/mseep_fastapi_mcp_sse.egg-info/top_level.txt +0 -0
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mseep-fastapi-mcp-sse
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A working example to create a FastAPI server with SSE-based MCP support
|
5
5
|
Home-page:
|
6
6
|
Author: mseep
|
7
|
-
Author-email: support@skydeck.ai
|
7
|
+
Author-email: mseep <support@skydeck.ai>
|
8
|
+
Maintainer-email: mseep <support@skydeck.ai>
|
8
9
|
Requires-Python: >=3.6
|
9
10
|
Description-Content-Type: text/markdown
|
10
11
|
License-File: LICENSE
|
@@ -13,7 +14,6 @@ Requires-Dist: httpx>=0.28.1
|
|
13
14
|
Requires-Dist: mcp[cli]>=1.3.0
|
14
15
|
Requires-Dist: unicorn>=2.1.3
|
15
16
|
Dynamic: author
|
16
|
-
Dynamic: author-email
|
17
17
|
Dynamic: license-file
|
18
18
|
Dynamic: requires-python
|
19
19
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mseep-fastapi-mcp-sse"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.1"
|
4
4
|
description = "A working example to create a FastAPI server with SSE-based MCP support"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.13"
|
@@ -10,6 +10,12 @@ dependencies = [
|
|
10
10
|
"mcp[cli]>=1.3.0",
|
11
11
|
"unicorn>=2.1.3",
|
12
12
|
]
|
13
|
+
authors = [
|
14
|
+
{ name = "mseep", email = "support@skydeck.ai" },
|
15
|
+
]
|
16
|
+
maintainers = [
|
17
|
+
{ name = "mseep", email = "support@skydeck.ai" },
|
18
|
+
]
|
13
19
|
|
14
20
|
[project.scripts]
|
15
21
|
start = "server:run"
|
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mseep-fastapi-mcp-sse
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A working example to create a FastAPI server with SSE-based MCP support
|
5
5
|
Home-page:
|
6
6
|
Author: mseep
|
7
|
-
Author-email: support@skydeck.ai
|
7
|
+
Author-email: mseep <support@skydeck.ai>
|
8
|
+
Maintainer-email: mseep <support@skydeck.ai>
|
8
9
|
Requires-Python: >=3.6
|
9
10
|
Description-Content-Type: text/markdown
|
10
11
|
License-File: LICENSE
|
@@ -13,7 +14,6 @@ Requires-Dist: httpx>=0.28.1
|
|
13
14
|
Requires-Dist: mcp[cli]>=1.3.0
|
14
15
|
Requires-Dist: unicorn>=2.1.3
|
15
16
|
Dynamic: author
|
16
|
-
Dynamic: author-email
|
17
17
|
Dynamic: license-file
|
18
18
|
Dynamic: requires-python
|
19
19
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|