File tree Expand file tree Collapse file tree 3 files changed +511
-267
lines changed
Expand file tree Collapse file tree 3 files changed +511
-267
lines changed Original file line number Diff line number Diff line change 1+ # Protocols.io MCP Server
2+
3+ An MCP server that enables MCP clients like Claude Desktop to interact with data from protocols.io.
Original file line number Diff line number Diff line change 11[project ]
22name = " protocols-io-mcp"
3- version = " 0.1.0"
3+ version = " 1.0.0"
4+ authors = [
5+ { name =" Hao-Quan Liu" , email =" contact@haoquan.me" }
6+ ]
47description = " An MCP server that enables MCP clients like Claude Desktop to interact with data from protocols.io."
58readme = " README.md"
69requires-python = " >=3.10"
710dependencies = [
811 " click>=8.2.1" ,
912 " fastmcp>=2.11.1" ,
10- " hatchling>=1.27.0" ,
1113 " httpx>=0.28.1" ,
1214]
15+ classifiers = [
16+ " Development Status :: 5 - Production/Stable" ,
17+ " Intended Audience :: Developers" ,
18+ " Intended Audience :: Science/Research" ,
19+ " License :: OSI Approved :: MIT License" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Operating System :: OS Independent" ,
25+ ]
26+ license = " MIT"
27+ license-files = [" LICENSE" ]
28+
29+ [project .urls ]
30+ Homepage = " https://github.com/hqn21/protocols-io-mcp-server"
31+ Issues = " https://github.com/hqn21/protocols-io-mcp-server/issues"
1332
1433[project .scripts ]
1534protocols-io-mcp = " protocols_io_mcp.__main__:main"
@@ -20,6 +39,8 @@ dev = [
2039 " pytest-asyncio>=1.1.0" ,
2140 " pytest-mock>=3.14.1" ,
2241 " python-dotenv>=1.1.1" ,
42+ " build>=1.3.0" ,
43+ " twine>=6.1.0" ,
2344]
2445
2546[build-system ]
You can’t perform that action at this time.
0 commit comments