docs(mcp): point a deployed standalone server at FOREST_MCP_SERVER_URL - #27
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
added 4 commits
August 18, 2026 10:48
…AiMcpServer options
…rim the standalone prose
Scra3
force-pushed
the
docs/mcp-standalone-public-url
branch
from
August 18, 2026 08:49
18694f5 to
a20b1f9
Compare
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.
Documents
FOREST_MCP_SERVER_URL, shipped by agent-nodejs#1832 (merged).The variable appears in the three places a standalone deployer actually looks:
Required: Yes, when deployedAlso closes a gap #26 did not carry:
reference/agent-api/nodejs.mdxdocumentsmountAiMcpServer's options with aSincemarker each, andfileUploadswas in neither the table nor the TypeScript signature, norrequestActionFileUploadin the tool-name list. Versions taken from the changelogs rather than guessed —@forestadmin/agent1.95.0.The claim worth reading twice, since it is the one the old warning got wrong: everything a standalone server advertises — the OAuth endpoints a client discovers and the upload URLs of the in-memory store — derives from one base URL the process cannot work out on its own. A storage backend fixes the upload half only, which is why "configure a storage backend" was never a sufficient remedy.
🤖 Generated with Claude Code
Note
Document
FOREST_MCP_SERVER_URLrequirement for deployed standalone MCP serversUpdates mcp-server.mdx to explain that a deployed standalone server must set
FOREST_MCP_SERVER_URLto its public URL, and adds the variable to the environment variables table with notes on when it is required and its default localhost behavior. Also documents thefileUploadsoption andrequestActionFileUploadtool in nodejs.mdx foragent.mountAiMcpServer.Macroscope summarized a20b1f9.