Implement SEP-986: Specify Format for Tool Names#945
Implement SEP-986: Specify Format for Tool Names#945stephentoub merged 1 commit intomodelcontextprotocol:mainfrom
Conversation
We can add static analysis to provide compile-time diagnostics later, once the analyzers project is merged. For now, this adds run-time validation.
eb12836 to
27fde16
Compare
|
It's missing forward slash I believe? |
Can you clarify? The spec states: |
modelcontextprotocol/modelcontextprotocol#986
|
|
That's not what was merged:
|
|
Seems like |
Ah - makes sense. I thought SEPs were generally updated to reflect the final changes merged in. Rather confusing like this. Sorry for the mixup then, and I learned to go the merge instead of the SEP. |
We can add static analysis to provide compile-time diagnostics later, once the analyzers project is merged. For now, this adds run-time validation.
Closes #935