mcp-server-code-assist 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-code-assist
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: MCP Code Assist Server
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: aiofiles>=24.0.0
7
+ Requires-Dist: click>=8.1.7
7
8
  Requires-Dist: gitpython>=3.1.40
9
+ Requires-Dist: mcp>=1.2.0
8
10
  Requires-Dist: pydantic>=2.0.0
9
11
  Provides-Extra: test
10
12
  Requires-Dist: pytest-asyncio>=0.25.0; extra == 'test'
@@ -9,6 +9,7 @@ mcp_server_code_assist/tools/git_functions.py,sha256=iGIhi8i7BxIrAL8JytWjfcZP7xg
9
9
  mcp_server_code_assist/tools/invoke.py,sha256=lYIu5bJYBaKDDVYz6HRqodpLBMnfVpcvgAref10LO2s,313
10
10
  mcp_server_code_assist/tools/models.py,sha256=3ZUfzodSVbwSoIKG5oKiLbnjVeptT5QKLaQSwl7McJY,937
11
11
  mcp_server_code_assist/tools/repository_tools.py,sha256=5OG4ecmqXVEeuX9U5jdegbQ2So4lxKkIjG3M3e5rgFI,2700
12
- mcp_server_code_assist-0.1.0.dist-info/METADATA,sha256=JuQfHEwqOIt1x3KF7vY1hsGpmpoXWnGrTndqb-5L4a0,340
13
- mcp_server_code_assist-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- mcp_server_code_assist-0.1.0.dist-info/RECORD,,
12
+ mcp_server_code_assist-0.1.2.dist-info/METADATA,sha256=mLNzxtbGMp00gq2zUutGfxpG8VMD0lF-Tqdh3NAf7vc,394
13
+ mcp_server_code_assist-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
+ mcp_server_code_assist-0.1.2.dist-info/entry_points.txt,sha256=n1CONsVBue7ckhZetmRyyoIIUpyD_gmHHNf7SlWQUCM,80
15
+ mcp_server_code_assist-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ mcp-server-code-assist = mcp_server_code_assist.__main__:main