Skip to content

Commit 55a3971

Browse files
Add MCPLoadTester plugin descriptor for Plugins Manager (#782)
* Add MCPulse plugin descriptor for Plugins Manager * Update MCPulse plugin description for transport support * Move descriptor to various.json and rename to MCPLoadTester
1 parent 2ed0b5f commit 55a3971

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

site/dat/repo/various.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,6 +2829,30 @@
28292829
"depends": ["jmeter-core", "jmeter-components"]
28302830
}
28312831
}
2832+
},
2833+
{
2834+
"id": "avm-mcp-sampler",
2835+
"name": "MCPLoadTester MCP Sampler",
2836+
"description": "MCP sampler for stdio, HTTP, and HTTP+SSE transports",
2837+
"screenshotUrl": "https://raw.githubusercontent.com/AndreyVMarkelov/MCPulse/main/docs/images/stdio_sampler_settings.png",
2838+
"helpUrl": "https://github.com/AndreyVMarkelov/MCPulse",
2839+
"vendor": "Andrey Markelov",
2840+
"markerClass": "io.github.mcpsampler.gui.McpSamplerGui",
2841+
"componentClasses": [
2842+
"io.github.mcpsampler.McpSampler",
2843+
"io.github.mcpsampler.gui.McpSamplerGui"
2844+
],
2845+
"versions": {
2846+
"1.0.1": {
2847+
"downloadUrl": "https://github.com/AndreyVMarkelov/MCPulse/releases/download/v1.0.1/jmeter-mcp-sampler-1.0.1.jar",
2848+
"changes": "Release v1.0.1",
2849+
"libs": {
2850+
"jackson-databind": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.1/jackson-databind-2.17.1.jar",
2851+
"jackson-core": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.1/jackson-core-2.17.1.jar",
2852+
"jackson-annotations": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.1/jackson-annotations-2.17.1.jar"
2853+
}
2854+
}
2855+
}
28322856
}
28332857

28342858
]

0 commit comments

Comments
 (0)