@@ -5,13 +5,31 @@ description = "Integrates CodeLogic's powerful codebase knowledge graphs with a
5
5
readme = " README.md"
6
6
license = " MPL-2.0"
7
7
requires-python = " >=3.13"
8
- dependencies = [ " debugpy>=1.8.12" , " httpx>=0.28.1" , " mcp[cli]>=1.3.0" , " pip-licenses>=5.0.0" , " python-dotenv>=1.0.1" , " tenacity>=9.0.0" , " toml>=0.10.2" ,]
8
+ dependencies = [ " debugpy>=1.8.12" , " httpx>=0.28.1" , " mcp[cli]>=1.3.0" , " pip-licenses>=5.0.0" , " python-dotenv>=1.0.1" , " tenacity>=9.0.0" , " toml>=0.10.2" ]
9
+ keywords = [" codelogic" , " mcp" , " code-analysis" , " knowledge-graph" , " static-analysis" ]
10
+ classifiers = [
11
+ " Development Status :: 4 - Beta" ,
12
+ " Intended Audience :: Developers" ,
13
+ " Operating System :: OS Independent" ,
14
+ " Programming Language :: Python :: 3" ,
15
+ " Programming Language :: Python :: 3.13" ,
16
+ " Topic :: Software Development" ,
17
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
18
+ " Topic :: Software Development :: Code Generators" ,
19
+ " Environment :: Console"
20
+ ]
21
+
9
22
[[project .authors ]]
10
23
name = " garrmark"
11
24
12
25
26
+ [project .urls ]
27
+ "Homepage" = " https://github.com/codelogictech/codelogic-mcp-server"
28
+ "Bug Tracker" = " https://github.com/codelogictech/codelogic-mcp-server/issues"
29
+ "Documentation" = " https://github.com/codelogictech/codelogic-mcp-server#readme"
30
+
13
31
[build-system ]
14
- requires = [ " hatchling" , ]
32
+ requires = [" hatchling" ]
15
33
build-backend = " hatchling.build"
16
34
17
35
[project .scripts ]
0 commit comments