From f49dc0dc4439485e103bb76642210d2af355e7ae Mon Sep 17 00:00:00 2001 From: airano Date: Tue, 17 Feb 2026 10:59:26 +0330 Subject: [PATCH] fix(pypi): rename package to mcphub-server, remove duplicate License classifier Published to PyPI as mcphub-server v3.0.0 https://pypi.org/project/mcphub-server/3.0.0/ Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0100e88..ffe749f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "mcphub" +name = "mcphub-server" version = "3.0.0" description = "AI-native management hub for WordPress, WooCommerce, and self-hosted services via Model Context Protocol (MCP)" authors = [ @@ -15,7 +15,6 @@ keywords = [ ] classifiers = [ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Environment :: Console", "Intended Audience :: Developers",