chore(release): publish preparation — fix docs, update badges, clean configs
- Rewrite docs/getting-started.md (correct URLs, entry points, tool counts) - Update README: badges (289 tests, 589 tools, CI), FastMCP note, fix links - Add PyPI classifiers: License, OS Independent, Console - Fix community sync false positives in test allowlist - Clean docker-compose.yaml (remove internal phase references) - Update tool counts: WordPress 65→67, total 587→589 - Update GitHub URLs to airano-ir/mcphub Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,9 @@ keywords = [
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: System Administrators",
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -54,11 +57,11 @@ dev = [
|
||||
mcphub = "server:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/mcphub/mcphub"
|
||||
Repository = "https://github.com/mcphub/mcphub"
|
||||
Documentation = "https://github.com/mcphub/mcphub#readme"
|
||||
Issues = "https://github.com/mcphub/mcphub/issues"
|
||||
Changelog = "https://github.com/mcphub/mcphub/releases"
|
||||
Homepage = "https://github.com/airano-ir/mcphub"
|
||||
Repository = "https://github.com/airano-ir/mcphub"
|
||||
Documentation = "https://github.com/airano-ir/mcphub#readme"
|
||||
Issues = "https://github.com/airano-ir/mcphub/issues"
|
||||
Changelog = "https://github.com/airano-ir/mcphub/releases"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68.0", "wheel"]
|
||||
|
||||
Reference in New Issue
Block a user