Skip to content

Add model settings docs#475

Open
tembo[bot] wants to merge 1 commit intomainfrom
tembo/update-docs-new-features-2026-03
Open

Add model settings docs#475
tembo[bot] wants to merge 1 commit intomainfrom
tembo/update-docs-new-features-2026-03

Conversation

@tembo
Copy link
Contributor

@tembo tembo bot commented Mar 16, 2026

Summary

Added new documentation for model settings feature and expanded MCP integration docs:

  • Created features/model-settings.mdx documenting default agent selection, provider API keys, global MCP servers config, and available models management
  • Added model settings page to navigation in docs.json
  • Added tip in features/automations.mdx linking to model settings for workspace defaults
  • Expanded integrations/mcp.mdx with detailed custom server connection types (Remote HTTP/SSE and Stdio) including configuration examples

Want tembo to make any changes? Add a review or comment with @tembo and i'll get back to work!

View on Tembo View Agent Settings

@tembo tembo bot added the tembo Pull request created by Tembo label Mar 16, 2026
@tembo tembo bot requested a review from benja March 16, 2026 17:14
@tembo
Copy link
Contributor Author

tembo bot commented Mar 16, 2026

Requesting review from @benja who has experience with the following files modified in this PR:

  • docs.json
  • integrations/mcp.mdx
  • features/automations.mdx

{
"mcpServers": {
"my-server": {
"command": "npx",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example looks like the same stdio server shape shown in integrations/mcp.mdx, but it omits "type": "stdio". If the schemas are meant to match, adding it here would keep the docs consistent and avoid readers copying an incomplete config.

"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_TOKEN": "ghp_xxx"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ghp_xxx looks like a real PAT prefix, which can trip secret scanners and encourage copy-pasting token-shaped values in docs.

Suggested change
"GITHUB_TOKEN": "ghp_xxx"
"GITHUB_TOKEN": "your-github-token"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tembo Pull request created by Tembo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants