Rename npm package to @microsoft/spe-mcp; add README docs cross-link - #44
Merged
Gregory Joseph (gnjoseph) merged 1 commit intoJul 10, 2026
Merged
Conversation
Renames the published npm package id @microsoft/spe-mcp-server -> @microsoft/spe-mcp across package.json, package-lock.json, server.json (npm identifier), README, THIRD-PARTY-NOTICES, generate-third-party-notices.mjs, resources.ts and types.ts. Runtime identity (server name / User-Agent 'spe-mcp-server'), the MCP registry reverse-DNS name, the GitHub repo URL, and the 'spe-mcp' bin are intentionally unchanged; package version 0.2.0-alpha.1 is untouched. Also adds a Documentation section to the README cross-linking the Microsoft Learn getting-started article (sp-dev-docs) and the in-repo security-controls / troubleshooting docs, completing the bidirectional documentation links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Gregory Joseph (gnjoseph)
merged commit Jul 10, 2026
5267001
into
feat/spe-mcp-server
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
px @microsoft/spe-mcp). Touches
package.json(name),package-lock.json(2 name fields),server.json(npmidentifier),README.md(9 install/config snippets incl. the multi-tenant--data-direxample),THIRD-PARTY-NOTICES,scripts/generate-third-party-notices.mjs,src/resources.ts(served client-config blocks), andsrc/types.ts(help text).Intentionally unchanged (KEEP)
spe-mcp-server(test-locked source of truth).nameinserver.json; the GitHub repo URL; thespe-mcpbin; the Learn doc slugspe-mcp-server.version(0.2.0-alpha.1) is untouched.Gating
Package is still
0.2.0-alpha.1and not yet on public npm. Thenpx @microsoft/spe-mcpinstall guidance and the What's New announcement (sp-dev-docs PR #10940) should go live only after the public npm publish.Companion docs change: sp-dev-docs PR #10940 (Learn article + What's New) already reflects the
@microsoft/spe-mcpname.