MCPcopy Create free account

hub / github.com/JetBrains/skills / types & classes

Types & classes27 in github.com/JetBrains/skills

↓ 22 callersClassInstallError
skill-installer/scripts/install-skill-from-github.py:41
↓ 4 callersClassComposeUiTestServerConfig
* Configuration for the Compose UI test server. * * @property port The port to listen on (default: 54345) * @property host The host to bind to (def
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ComposeUiTestServerConfig.kt:16
↓ 3 callersClassComposeUiTestServer
* HTTP server that exposes Compose UI testing operations via REST API. * * This allows interactive control of a Compose application through HTTP req
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ComposeUiTestServer.kt:43
↓ 3 callersClassListError
skill-installer/scripts/list-skills.py:19
↓ 2 callersClassArgs
skill-installer/scripts/install-skill-from-github.py:22
↓ 2 callersClassSource
skill-installer/scripts/install-skill-from-github.py:33
↓ 2 callersClass_NullContext
sora/scripts/sora.py:1091
↓ 2 callersClass_SingleFile
sora/scripts/sora.py:1099
↓ 1 callersClassArgs
skill-installer/scripts/list-skills.py:23
↓ 1 callersClassClickEndpoints
* Click operation endpoints. * * GET /onNodeWithTag/{tag}/performClick - Click element by test tag * GET /onNodeWithText/{text}/performClick - Clic
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/ClickEndpoints.kt:21
↓ 1 callersClassGhResult
gh-fix-ci/scripts/inspect_pr_checks.py:51
↓ 1 callersClassHealthEndpoint
* Health check endpoint. * * GET /health - Returns "OK" with 200 status code */
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/HealthEndpoint.kt:15
↓ 1 callersClassMCPConnectionHTTP
MCP connection using Streamable HTTP.
mcp-builder/scripts/connections.py:100
↓ 1 callersClassMCPConnectionSSE
MCP connection using Server-Sent Events.
mcp-builder/scripts/connections.py:88
↓ 1 callersClassMCPConnectionStdio
MCP connection using standard input/output.
mcp-builder/scripts/connections.py:73
↓ 1 callersClassScreenshotEndpoint
* Screenshot capture endpoint. * * GET /captureScreenshot?path=screenshot.png - Capture and save screenshot */
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/ScreenshotEndpoint.kt:25
↓ 1 callersClassTextInputEndpoint
* Text input endpoint. * * GET /onNodeWithTag/{tag}/performTextInput?text=... - Enter text into element by test tag */
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/TextInputEndpoint.kt:19
↓ 1 callersClassWaitEndpoints
* Wait operation endpoints. * * GET /waitUntilExactlyOneExists/tag/{tag}?timeout=5000 - Wait for element by test tag * GET /waitUntilExactlyOneExis
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/WaitEndpoints.kt:24
↓ 1 callersClassWindowConfig
* Configuration for the application window in normal (non-test) mode. * * @property title Window title * @property minimumWidth Minimum window widt
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ApplicationLauncher.kt:19
↓ 1 callersClass_FileBundle
imagegen/scripts/image_gen.py:771
↓ 1 callersClass_NullContext
imagegen/scripts/image_gen.py:745
↓ 1 callersClass_SingleFile
imagegen/scripts/image_gen.py:753
Class
algorithmic-art/templates/generator_template.js:92
ClassEntity
algorithmic-art/templates/generator_template.js:92
ClassGIFBuilder
Builder for creating optimized GIFs from frames.
slack-gif-creator/core/gif_builder.py:17
ClassMCPConnection
Base class for MCP server connections.
mcp-builder/scripts/connections.py:13
InterfaceTestEndpoint
* Interface for custom test endpoints. * * Implement this interface to add custom endpoints to the test server. * Custom endpoints can provide app-
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/TestEndpoint.kt:30