feat(mcp-server): restore the remote MCP server package - #164
Draft
hacker-cb wants to merge 1 commit into
Draft
Conversation
Reverts commit 4c57cdb (#162), bringing @1c-odata/mcp-server back exactly as removed: the package tree, CI gates 2c/2d/8b, the deploy-pg-smoke / deploy-package-smoke jobs, deploy-compose.yml, release-image.yml and the publish-image job in release.yml, the dependabot docker/docker-compose entries and better-auth exclusions, the root .dockerignore, the deploy/ci Biome override, and the mcp-server changesets (fixed group back to five packages). This PR is parked deliberately (draft, no merge) until the server is production-ready.
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.
Restores
@1c-odata/mcp-server— a clean revert of #162's squash commit (4c57cdb). The package comes back exactly as removed: the wholepackages/mcp-server/tree, CI gates 2c/2d/8b, thedeploy-pg-smoke/deploy-package-smokejobs,deploy-compose.yml,release-image.yml+ thepublish-imagejob inrelease.yml, the Dependabot docker/docker-compose entries and better-auth exclusions, the root.dockerignore, thedeploy/ciBiome override, and the mcp-server changesets (thefixedgroup is five packages again).Verified on this branch:
biome ci,turbo typecheck,test:unit,test:integration:offline,test:e2e(including the restored mcp-server suite),package:lint— all green.Before un-parking, whenever that happens
auth-schema.ts+drizzle/(pnpm -F @1c-odata/mcp-server auth:schema) if better-auth moved in the meantime.@1c-odata/mcppatch notes embedded inmcp-server-admin-panel.md/mcp-server-multi-tenancy.md, while master carries the same content in.changeset/mcp-internal-reexports.md(or already released, inpackages/mcp/CHANGELOG.md). Keep exactly one copy.ci.ymlconflict with ci: bring back a published-package smoke for the surviving packages #166: master now carries a genericpackage-smokejob +.ci/package-smoke.sh(added after this branch was cut) covering the four library/stdio packages incl.@1c-odata/cli; this revert re-adds mcp-server's owndeploy-package-smokenext to it. Keep both — they own different paths (tarball/exports/bin smoke vs the mcp-server auth/migrations boot) — and consider extending.ci/package-smoke.shwith a fifth isolated scratch for@1c-odata/mcp-serverinstead of resurrecting the overlap.node,postgres,caddy) after a long park.