Skip to content

Commit 38f639c

Browse files
authored
Merge branch 'main' into add-client-sampling
2 parents 10b9965 + 73c62c5 commit 38f639c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/resources/resource_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def add_resource(self, resource: Resource) -> Resource:
3434
extra={
3535
"uri": resource.uri,
3636
"type": type(resource).__name__,
37-
"name": resource.name,
37+
"resource_name": resource.name,
3838
},
3939
)
4040
existing = self._resources.get(str(resource.uri))

0 commit comments

Comments
 (0)