mirror of
https://github.com/SunZhimin2021/AIPentest.git
synced 2025-11-05 10:53:16 +00:00
- 支持多 LLM(OpenAI、Claude、DeepSeek 等) - 完整的 MCP 协议集成 - 现代化 Web UI(基于 NiceGUI) - 元工具系统 - 中文文档 来源:https://github.com/alejoair/mcp-open-client
22 lines
474 B
Plaintext
22 lines
474 B
Plaintext
include README.md
|
|
include LICENSE
|
|
include pyproject.toml
|
|
include requirements.txt
|
|
|
|
# Include all settings files
|
|
recursive-include mcp_open_client/settings *.json *.css
|
|
|
|
# Include all UI files
|
|
recursive-include mcp_open_client/ui *.py
|
|
|
|
# Exclude development and cache files
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.orig
|
|
global-exclude *.rej
|
|
global-exclude __pycache__
|
|
global-exclude .git*
|
|
global-exclude .DS_Store
|
|
global-exclude *.so
|
|
global-exclude *.dylib
|