mcp-sharepoint-us 2.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mcp-sharepoint-us might be problematic. Click here for more details.

@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-sharepoint-us
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: SharePoint MCP Server with Modern Azure AD Authentication
5
5
  License: MIT
6
- Project-URL: Homepage, https://github.com/mdev26/mcp-sharepoint
7
- Project-URL: Repository, https://github.com/mdev26/mcp-sharepoint
8
- Project-URL: Bug Tracker, https://github.com/mdev26/mcp-sharepoint/issues
6
+ Project-URL: Homepage, https://github.com/mdev26/mcp-sharepoint-us
7
+ Project-URL: Repository, https://github.com/mdev26/mcp-sharepoint-us
8
+ Project-URL: Bug Tracker, https://github.com/mdev26/mcp-sharepoint-us/issues
9
9
  Keywords: mcp,sharepoint,microsoft,azure,office365,msal
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Developers
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mcp-sharepoint-us"
7
- version = "2.0.0"
7
+ version = "2.0.1"
8
8
  description = "SharePoint MCP Server with Modern Azure AD Authentication"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -37,12 +37,12 @@ dev = [
37
37
  ]
38
38
 
39
39
  [project.urls]
40
- Homepage = "https://github.com/mdev26/mcp-sharepoint"
41
- Repository = "https://github.com/mdev26/mcp-sharepoint"
42
- "Bug Tracker" = "https://github.com/mdev26/mcp-sharepoint/issues"
40
+ Homepage = "https://github.com/mdev26/mcp-sharepoint-us"
41
+ Repository = "https://github.com/mdev26/mcp-sharepoint-us"
42
+ "Bug Tracker" = "https://github.com/mdev26/mcp-sharepoint-us/issues"
43
43
 
44
44
  [project.scripts]
45
- mcp-sharepoint = "mcp_sharepoint:main"
45
+ mcp-sharepoint-us = "mcp_sharepoint:main"
46
46
 
47
47
  [tool.setuptools.packages.find]
48
48
  where = ["src"]
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-sharepoint-us
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: SharePoint MCP Server with Modern Azure AD Authentication
5
5
  License: MIT
6
- Project-URL: Homepage, https://github.com/mdev26/mcp-sharepoint
7
- Project-URL: Repository, https://github.com/mdev26/mcp-sharepoint
8
- Project-URL: Bug Tracker, https://github.com/mdev26/mcp-sharepoint/issues
6
+ Project-URL: Homepage, https://github.com/mdev26/mcp-sharepoint-us
7
+ Project-URL: Repository, https://github.com/mdev26/mcp-sharepoint-us
8
+ Project-URL: Bug Tracker, https://github.com/mdev26/mcp-sharepoint-us/issues
9
9
  Keywords: mcp,sharepoint,microsoft,azure,office365,msal
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Developers
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ mcp-sharepoint-us = mcp_sharepoint:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- mcp-sharepoint = mcp_sharepoint:main