docs: retire the hosted Railway instance and mark its skill obsolete - #24
Merged
Merged
Conversation
The public hosted instance (Railway) has been shut down (cost). Replace the "Hosted instance (recommended)" quick start with a notice that it is no longer available, lead with npx (stdio) as the zero-install path, and switch the url-based MCP config and REST examples to a <your-instance> placeholder. All other usage methods (npx, native executable, Docker, Node host, SAP BTP) are unchanged. Note in the skills list that the previously hosted-wired skill needs a base URL set. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GtasV9bcxrPwJP1Vx2tncm
The Railway-hosted instance this skill targeted has been retired. Keep the file for reference but mark it OBSOLETE: frontmatter name/description, a banner pointing to skills/rosa-global, and a dead-endpoint note by the base URL. Update the README skills list accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GtasV9bcxrPwJP1Vx2tncm
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.
Summary
The public hosted instance (on Railway) has been shut down (cost). This PR makes the repo reflect that: a clear "no longer available" message, dead-URL cleanup, and the now-orphaned hosted skill kept but marked obsolete. All other usage methods are unchanged —
npx, native executable, Docker, any Node host, and SAP BTP.Changes
README
npx -y @rosa-mcp/server(stdio) as the zero-install path; url-based MCP config and REST examples now use a<your-instance>placeholder.skills/rosa-global(self-hosted template) is the one to use.skills/sap-released-objects/SKILL.md(kept for reference, marked obsolete)name/descriptionmarkedOBSOLETE.skills/rosa-global/SKILL.md(set your own{{ROSA_BASE_URL}}).No other files reference the retired URL (docs were already clean). No functional/runtime changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_01GtasV9bcxrPwJP1Vx2tncm
Generated by Claude Code