You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For detailed API endpoints, request/response formats, and authentication patterns, see the [API Specification](../../api-spec) generated from the backend OpenAPI schema.
478
+
For detailed API endpoints, request/response formats, and authentication patterns, see the [API Specification](/development/backend/api) generated from the backend OpenAPI schema.
Copy file name to clipboardExpand all lines: docs/development/satellite/team-isolation.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Callout } from 'fumadocs-ui/components/callout';
10
10
11
11
DeployStack Satellite implements OAuth 2.1 Resource Server-based team isolation to provide secure multi-tenant access to MCP servers. This system ensures complete separation of team resources while maintaining a unified MCP client interface.
12
12
13
-
For OAuth authentication details, see [OAuth Authentication Implementation](./oauth-authentication). For tool discovery mechanics, see [Tool Discovery Implementation](./tool-discovery).
13
+
For OAuth authentication details, see [OAuth Authentication Implementation](/development/satellite/oauth-authentication). For tool discovery mechanics, see [Tool Discovery Implementation](/development/satellite/tool-discovery).
14
14
15
15
## Technical Architecture
16
16
@@ -279,8 +279,8 @@ Team isolation maintains full MCP client compatibility:
279
279
280
280
## Related Documentation
281
281
282
-
-[OAuth Authentication Implementation](./oauth-authentication) - OAuth 2.1 Resource Server details
283
-
-[Tool Discovery Implementation](./tool-discovery) - Tool caching and namespacing mechanics
Copy file name to clipboardExpand all lines: docs/development/satellite/tool-discovery.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Callout } from 'fumadocs-ui/components/callout';
10
10
11
11
DeployStack Satellite implements automatic tool discovery from remote HTTP MCP servers, providing dynamic tool availability without manual configuration. This system enables MCP clients to discover and execute tools from external MCP servers through the satellite's proxy layer.
12
12
13
-
For information about the overall satellite architecture, see [Satellite Architecture Design](./architecture). For details about the MCP transport protocols that expose discovered tools, see [MCP Transport Protocols](./mcp-transport).
13
+
For information about the overall satellite architecture, see [Satellite Architecture Design](/development/satellite/architecture). For details about the MCP transport protocols that expose discovered tools, see [MCP Transport Protocols](/development/satellite/mcp-transport).
0 commit comments