Problem
The current MCP specification has unnecessary overlap between Resource and ResourceTemplate definitions.
This creates duplicated code in SDK implementations and convoluted handling logic.
Proposed Solution
Expand the Resource's uri definition to support both static and dynamic (templated) URIs, then deprecate ResourceTemplate.
This would simplify the specification and reduce implementation complexity/overlaps for SDKs.
Problem
The current MCP specification has unnecessary overlap between Resource and ResourceTemplate definitions.
This creates duplicated code in SDK implementations and convoluted handling logic.
Proposed Solution
Expand the
Resource'suridefinition to support both static and dynamic (templated) URIs, then deprecateResourceTemplate.This would simplify the specification and reduce implementation complexity/overlaps for SDKs.