docs: Add openmetadata extension to goose mcp docs (#4547)
This commit is contained in:
@@ -469,6 +469,23 @@
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "openmetadata",
|
||||
"name": "OpenMetadata",
|
||||
"description": "Bring OpenMetadata's single source of truth across your data systems to agents",
|
||||
"command": "npx -y mcp-remote http://localhost:8585/mcp --auth-server-url=http://localhost:8585/mcp --client-id=openmetadata --verbose --clean --header Authorization:${AUTH_HEADER}",
|
||||
"link": "https://open-metadata.org/mcp",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "AUTH_HEADER",
|
||||
"description": "OpenMetadata Personal Access Token",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "pdf_read",
|
||||
"name": "PDF Reader",
|
||||
@@ -681,4 +698,4 @@
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user