- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2025 07:42 AM
Hi Databricks Community,
Need suggestions.
I have added two functions and I am able to use them. I am using Cursor IDE but in the logs I can see below error,
mcp.json
"uc-fun": {
"type": "streamable-http",
"url": "https://my_url.cloud.databricks.com/api/2.0/mcp/functions/dev_sales/silver",
"headers": {
"Authorization": "Bearer <my_token>"
},
"note": "Databricks UC function"
}
Thank you.
- Labels:
-
GenAIGeneration AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2025 08:06 AM
The most important thing to know is: Databricks supports external MCP servers only if they use the Streamable HTTP transport mechanism. Client errors related to Streamable HTTP typically occur if the MCP server or client is not compliant with this transport protocol, or if the HTTP connection establishment fails.