File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,26 @@ dependencies = [
14
14
]
15
15
requires-python = " >=3.10"
16
16
readme = " README.md"
17
- license = { text = " Apache-2.0" }
17
+ license = " Apache-2.0"
18
+
19
+ keywords = [
20
+ " mcp" ,
21
+ " mcp server" ,
22
+ " mcp client" ,
23
+ " model context protocol" ,
24
+ " fastmcp" ,
25
+ " llm" ,
26
+ " agent" ,
27
+ ]
28
+ classifiers = [
29
+ " Intended Audience :: Developers" ,
30
+ " License :: OSI Approved :: Apache Software License" ,
31
+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
32
+ " Programming Language :: Python :: 3.10" ,
33
+ " Programming Language :: Python :: 3.11" ,
34
+ " Programming Language :: Python :: 3.12" ,
35
+ " Typing :: Typed" ,
36
+ ]
18
37
19
38
[dependency-groups ]
20
39
dev = [
@@ -34,6 +53,11 @@ dev = [
34
53
[project .scripts ]
35
54
fastmcp = " fastmcp.cli:app"
36
55
56
+ [project .urls ]
57
+ Homepage = " https://gofastmcp.com"
58
+ Repository = " https://github.com/jlowin/fastmcp"
59
+ Documentation = " https://gofastmcp.com"
60
+
37
61
[build-system ]
38
62
requires = [" hatchling" , " uv-dynamic-versioning>=0.7.0" ]
39
63
build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments