@supermodeltools/mcp-server 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -213,6 +213,10 @@ Debug logs go to stderr:
|
|
|
213
213
|
- Insufficient disk space: Free up space in your system's temp directory
|
|
214
214
|
- Directory does not exist: Verify the path is correct and absolute
|
|
215
215
|
|
|
216
|
+
## Benchmarking
|
|
217
|
+
|
|
218
|
+
Benchmark this MCP server using [mcpbr](https://github.com/caspianmoon/mcpbr-benchmark-caching) with the provided [`mcpbr-config.yaml`](./mcpbr-config.yaml) configuration.
|
|
219
|
+
|
|
216
220
|
## Links
|
|
217
221
|
|
|
218
222
|
- [API Documentation](https://docs.supermodeltools.com)
|