Skip to content

Commit d08a2b6

Browse files
committed
satisfy Python AnyUrl library for Python SDK
1 parent fdcc8d6 commit d08a2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llmindset/mcp-hfspace",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "MCP Server to connect to Hugging Face spaces. Simple configuration, Claude Desktop friendly.",
55
"type": "module",
66
"publishConfig": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
101101
{
102102
type: `resource`,
103103
resource: {
104-
uri: `/available-files`,
104+
uri: `resource://mcp-hfspace/available-files`,
105105
mimeType: `text/markdown`,
106106
text: await workingDir.generateResourceTable(),
107107
},

0 commit comments

Comments
 (0)