mcp-todo

View on PyPIReverse Dependencies (0)

0.0.4 mcp_todo-0.0.4-py3-none-any.whl

Wheel Details

Project: mcp-todo
Version: 0.0.4
Filename: mcp_todo-0.0.4-py3-none-any.whl
Download: [link]
Size: 10965
MD5: 7c37238317d45cccffe025894f4bad06
SHA256: 77932423eb23f437e26f9c20ce2503895e5c3806a6f789ef4d48a6eed3fff2c3
Uploaded: 2025-02-10 19:46:15 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: mcp-todo
Version: 0.0.4
Summary: A command-line todo application with MCP server capabilities for LLM integration
License: MIT
Keywords: todo,mcp,llm,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: click (>=8.1.7)
Requires-Dist: mcp (>=1.0.0)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: wcwidth (>=0.2.13)
Description-Content-Type: text/markdown
[Description omitted; length: 1402 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
todo/cli.py sha256=HNCy-9vTBShAsTyYOL2VRCk8FqdPHLcKHv9CCw7KGyk 14321
todo/config.py sha256=wjCkvOiHLJtx3yJSGkEDJiCjfJ5dK8lLP-iS4ZP7vgE 1349
todo/model.py sha256=w2K6uqCc20NBAKsH5BLYpJ8v_PiQyLS1HSbuDzoGYkE 1702
todo/server.py sha256=_RS-pOk9ZpETcYT_ZWKCyfTjlNby1CJ8nxObKukGNDE 5034
todo/service.py sha256=F9LH1So2GOC6_z6j8ZXM3fFXE5maqUxeSH8_DSGgGjk 8250
mcp_todo-0.0.4.dist-info/METADATA sha256=JqKUpqvTxN1WSFq9H32n1yxSaRBpxdWJwQh0-Oxe4eY 2068
mcp_todo-0.0.4.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
mcp_todo-0.0.4.dist-info/entry_points.txt sha256=XYihAelGzbUAGypkAtZChsE4T0BGxQxXXG7ZUiDvYVo 67
mcp_todo-0.0.4.dist-info/top_level.txt sha256=c1x0MAVpTPy2QFoNZ9fz48_PoX9pcGKJOwNu8vee_hs 5
mcp_todo-0.0.4.dist-info/RECORD

top_level.txt

todo

entry_points.txt

mcp-todo = todo.server:main
todo = todo.cli:main