mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
16 lines
417 B
TOML
16 lines
417 B
TOML
[project]
|
|
name = "interactive-feedback-mcp"
|
|
version = "0.1.0"
|
|
description = "MCP server for interactive user feedback and command execution in AI-assisted development, by Fábio Ferreira."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastmcp>=2.0.0",
|
|
"psutil>=7.0.0",
|
|
"pyside6>=6.8.2.1",
|
|
"fastapi>=0.115.0",
|
|
"uvicorn>=0.30.0",
|
|
"jinja2>=3.1.0",
|
|
"websockets>=13.0.0",
|
|
]
|