Casey Hand

Casey Hand

@cyanheads

Building AI scaffolding with the Model Context Protocol (MCP)

Seattle, WAcaseyjhand.com
Skills
96
Collections
4
Installs
0

Most Used Tags

software-engineering(68)tools(44)mcp(39)api(21)scaffolding(11)testing(10)typescript(8)bug-reporting(8)

Published Resources

api-testing

By Shared Context
0

Testing patterns for MCP tool/resource handlers using `createMockContext` and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.

api-errors

By Shared Context·
error-handlingjson-rpcmcp
0

Error handling patterns and codes for `@cyanheads/mcp-ts-core`.

api-config

By Shared Context·
configurationenvironment-variableszod
0

Reference for core and server configuration in @cyanheads/mcp-ts-core.

add-prompt

By Shared Context·
mcppromptstemplates
0

Scaffold new MCP prompt templates for LLM interactions.

design-mcp-server

By Shared Context·
mcpdesignapi
0

Design a new MCP server's tool surface and service layer efficiently.

migrate-mcp-ts-template

By Shared Context·
migrationtypescriptframework
0

Migrate mcp-ts-template forks to use @cyanheads/mcp-ts-core as a package dependency.

add-app-tool

By Shared Context·
mcp-appinteractive-uitool-scaffolding
0

Scaffold an MCP App tool and UI resource pair for interactive tools.

add-provider

By Shared Context·
storageservice-providerbackend
0

Easily add new storage or service providers to the core package.

report-issue-local

By Shared Context·
bug-reportingfeature-requestmcp
0

File bugs or feature requests against this MCP server's repository.

api-utils

By Shared Context·
apiutilitiesreference
0

API reference for utility methods in @cyanheads/mcp-ts-core/utils.

maintenance

By Shared Context·
dependency-updateworkflowautomation
0

Automate dependency updates and verify changes with a focus on `@cyanheads/mcp-ts-core`.

setup

By Shared Context
0

Post-init orientation for an MCP server built on @cyanheads/mcp-ts-core. Use after running `@cyanheads/mcp-ts-core init` to understand the project structure, conventions, and skill sync model. Also use when onboarding to an existing project for the first time.

walkthrough-init

By Shared Context·
onboardingdebuggingdocumentation
0

Trace the agent onboarding flow to audit and improve the onboarding process.

api-services

By Shared Context·
apiservice-providersintegration
0

API reference for built-in service providers including LLM, Speech, and Graph.

api-auth

By Shared Context·
authenticationauthorizationmulti-tenancy
0

Implement authentication and authorization patterns for multi-tenancy in your applications.

add-service

By Shared Context·
service-integrationapiscaffolding
0

Scaffold new service integrations and external API connections.

api-context

By Shared Context·
contextloggingstate-management
0

Reference for the unified Context object in @cyanheads/mcp-ts-core, detailing its interface and sub-APIs.

Mcp Ts Core

By Shared Context·
typescriptmcpserver-framework
0

Agent-native TypeScript framework for building MCP servers with a focus on tools, not infrastructure.

release

By Shared Context
0

Verify release readiness and publish. The git wrapup protocol handles version bumps, changelog, README, commits, and tagging during the coding session. This skill verifies nothing was missed, runs final checks, and presents the irreversible publish commands.

add-resource

By Shared Context·
mcpresourceapi
0

Scaffold a new MCP resource definition for data exposure.

report-issue-framework

By Shared Context·
bug-reportingfeature-requestframework
0

File bugs or feature requests for issues in the @cyanheads/mcp-ts-core framework.

api-workers

By Shared Context·
cloudflareworkersserverless
0

Deploy Cloudflare Workers using `createWorkerHandler` for flexible server setups.

polish-docs-meta

By Shared Context·
mcpdocumentationmetadata
0

Finalize documentation and project metadata for a ship-ready MCP server.

add-tool

By Shared Context·
mcptool-definitionscaffolding
0

Scaffold a new MCP tool definition for server capabilities.

add-export

By Shared Context·
subpath-exportspackage-jsontypescript
0

Facilitate the addition of new subpath exports in the @cyanheads/mcp-ts-core package.

field-test

By Shared Context·
testingdebuggingmcp
0

Verify the behavior of MCP tools with real-world inputs to identify issues and improve performance.

add-test

By Shared Context·
testingvitestscaffolding
0

Scaffold test files for existing tools, resources, or services to enhance test coverage.

devcheck

By Shared Context·
lintingtypecheckingcode-quality
0

Lint, format, typecheck, and verify project cleanliness before commits.

add-app-tool

By Shared Context·
mcpapp-toolinteractive-ui
0

Scaffold an MCP App tool and UI resource pair for interactive applications.

add-test

By Shared Context·
testingvitestscaffolding
0

Scaffold test files for existing tools, resources, or services to enhance coverage.

api-workers

By Shared Context·
cloudflareworkersserverless
0

Deploy Cloudflare Workers easily with `createWorkerHandler` for seamless integration.

Clinicaltrialsgov Mcp Server

By Shared Context·
clinical-trialsapihealthcare
0

MCP server for the ClinicalTrials.gov v2 API to search and match clinical trials.

add-prompt

By Shared Context·
mcppromptstemplates
0

Scaffold new MCP prompt templates for LLM interactions.

design-mcp-server

By Shared Context·
mcpdesignapi
0

Design a new MCP server's tool surface and service layer efficiently.

api-config

By Shared Context·
configurationenvironment-variableszod
0

Reference for core and server configuration in @cyanheads/mcp-ts-core, detailing environment variables and schema patterns.

add-resource

By Shared Context·
mcpresourceapi
0

Scaffold a new MCP resource definition for data exposure via URI.

polish-docs-meta

By Shared Context·
mcpdocumentationmetadata
0

Finalize documentation and metadata for a ship-ready MCP server.

api-errors

By Shared Context·
error-handlingjson-rpcmcp
0

Reference for error handling patterns and codes in @cyanheads/mcp-ts-core.

maintenance

By Shared Context·
dependency-updateautomationworkflow
0

Automate the investigation and adoption of dependency updates with a focus on `@cyanheads/mcp-ts-core`.

devcheck

By Shared Context·
lintingtypecheckingcode-quality
0

Lint, format, typecheck, and verify project cleanliness before commits.

add-tool

By Shared Context·
mcptoolserver
0

Scaffold new MCP tool definitions for server capabilities.

report-issue-local

By Shared Context·
bug-reportingfeature-requestserver-issues
0

File bugs or feature requests against this MCP server's repo for server-specific issues.

add-service

By Shared Context·
service-integrationapiscaffolding
0

Scaffold new service integrations and external API connections.

report-issue-framework

By Shared Context·
bug-reportingfeature-requestframework
0

File bugs or feature requests against @cyanheads/mcp-ts-core for framework issues.

migrate-mcp-ts-template

By Shared Context·
migrationtypescriptframework
0

Migrate mcp-ts-template forks to use @cyanheads/mcp-ts-core as a package dependency.

api-utils

By Shared Context·
apiutilitiesreference
0

API reference for utilities in @cyanheads/mcp-ts-core/utils, detailing method signatures and usage.

api-services

By Shared Context·
apireferenceintegration
0

API reference for built-in service providers like LLM, Speech, and Graph.

api-auth

By Shared Context·
authenticationauthorizationmulti-tenancy
0

Implement authentication and authorization patterns for multi-tenancy in your applications.

api-context

By Shared Context·
contextloggingstorage
0

Reference for the unified `Context` object in `@cyanheads/mcp-ts-core` with detailed API documentation.

api-testing

By Shared Context·
testingvitestmcp
0

Testing patterns for MCP tool/resource handlers using Vitest and mock contexts.

setup

By Shared Context·
mcponboardingproject-structure
0

Post-init orientation for MCP servers built on @cyanheads/mcp-ts-core.

field-test

By Shared Context·
testingdebuggingmcp
0

Verify behavior end-to-end with real-world inputs and generate actionable reports.

polish-docs-meta

By Shared Context·
mcpdocumentationmetadata
0

Finalize documentation and project metadata for a ship-ready MCP server.

api-testing

By Shared Context·
testingvitestmcp
0

Testing patterns for MCP tool/resource handlers using Vitest and mock contexts.

add-test

By Shared Context·
testingvitestscaffolding
0

Scaffold test files for tools, resources, or services to enhance coverage.

maintenance

By Shared Context·
dependency-updateworkflowautomation
0

Automate dependency updates and verification with a focus on `@cyanheads/mcp-ts-core`.

migrate-mcp-ts-template

By Shared Context·
mcpmigrationtypescript
0

Migrate mcp-ts-template forks to use @cyanheads/mcp-ts-core as a dependency.

field-test

By Shared Context·
field-testingdebuggingmcp
0

Verify the behavior of MCP definitions with real-world inputs through comprehensive field testing.

api-errors

By Shared Context·
error-handlingjson-rpctypescript
0

Error handling patterns and codes for `@cyanheads/mcp-ts-core`.

add-service

By Shared Context·
service-integrationapiscaffolding
0

Scaffold new service integrations and external API connections.

api-context

By Shared Context·
contextloggingstate-management
0

Reference for the unified Context object in @cyanheads/mcp-ts-core, detailing its interface and sub-APIs.

add-app-tool

By Shared Context·
mcp-appinteractive-uitool-scaffolding
0

Scaffold an MCP App tool and UI resource pair for interactive tools.

Pubchem Mcp Server

By Shared Context·
pubchemchemical-databasemcp
0

MCP server for querying the PubChem chemical database with various tools.

add-resource

By Shared Context·
mcpresourceapi
0

Scaffold a new MCP resource definition for easy data exposure.

report-issue-framework

By Shared Context·
bug-reportingfeature-requestframework
0

File bugs or feature requests for issues in the @cyanheads/mcp-ts-core framework.

report-issue-local

By Shared Context·
bug-reportingfeature-requestserver-issues
0

File bugs or feature requests against the MCP server's repository for server-specific issues.

add-tool

By Shared Context·
mcptoolserver
0

Scaffold new MCP tool definitions for enhanced server capabilities.

add-prompt

By Shared Context·
mcpprompttemplate
0

Scaffold new MCP prompt templates for LLM interactions.

api-utils

By Shared Context·
apiutilitiesreference
0

Comprehensive API reference for utilities in @cyanheads/mcp-ts-core/utils.

design-mcp-server

By Shared Context·
mcpdesignworkflow
0

Design a new MCP server's tool surface and service layer efficiently.

api-workers

By Shared Context·
cloudflareworkersserverless
0

Deploy Cloudflare Workers using `createWorkerHandler` for flexible server setups.

api-services

By Shared Context·
apireferencellm
0

API reference for built-in service providers including LLM, Speech, and Graph.

api-auth

By Shared Context·
authenticationauthorizationmulti-tenancy
0

Implement authentication and authorization patterns for multi-tenancy in your applications.

setup

By Shared Context·
mcponboardingproject-setup
0

Post-init orientation for MCP server setup and project onboarding.

api-config

By Shared Context·
configurationenvironment-variableszod
0

Reference for core and server configuration in @cyanheads/mcp-ts-core.

devcheck

By Shared Context·
lintingtypecheckingformatting
0

Lint, format, typecheck, and verify project cleanliness before committing changes.

api-utils

By Shared Context·
apiutilitiesreference
0

API reference for utility methods in @cyanheads/mcp-ts-core/utils.

add-test

By Shared Context·
testingvitestscaffolding
0

Scaffold test files for existing tools, resources, or services to enhance coverage.

api-auth

By Shared Context·
authenticationauthorizationmulti-tenancy
0

Implement authentication and authorization patterns for multi-tenancy in your applications.

devcheck

By Shared Context·
lintingformattingtypechecking
0

Lint, format, typecheck, and verify project quality before committing changes.

Calculator Mcp Server

By Shared Context·
calculatormcpmath
0

A calculator MCP server for verifying mathematical computations using LLMs.

add-app-tool

By Shared Context·
mcp-appinteractive-uiscaffolding
0

Scaffold an MCP App tool with an interactive UI for enhanced user interaction.

report-issue-framework

By Shared Context·
bug-reportingfeature-requestframework
0

File bugs or feature requests against @cyanheads/mcp-ts-core when encountering framework issues.

api-errors

By Shared Context·
error-handlingjson-rpctypescript
0

Error handling patterns and codes for `@cyanheads/mcp-ts-core`.

migrate-mcp-ts-template

By Shared Context·
migrationtypescriptframework
0

Migrate mcp-ts-template forks to use @cyanheads/mcp-ts-core as a dependency.

maintenance

By Shared Context·
dependency-updateautomationverification
0

Automate dependency updates and verification with a focus on `@cyanheads/mcp-ts-core`.

add-service

By Shared Context·
service-integrationapiscaffolding
0

Scaffold new service integrations and external API connections.

design-mcp-server

By Shared Context·
mcpdesignapi
0

Design a new MCP server or expand existing ones with a structured approach.

add-tool

By Shared Context·
mcptool-definitionscaffolding
0

Scaffold a new MCP tool definition for adding capabilities to the server.

add-resource

By Shared Context·
mcpresourceapi
0

Scaffold a new MCP resource definition for easy data exposure.

api-config

By Shared Context·
configurationenvironment-variableszod
0

Reference for core and server configuration in @cyanheads/mcp-ts-core.

report-issue-local

By Shared Context·
bug-reportingfeature-requestserver-issues
0

File bugs or feature requests against this MCP server's repository for server-specific issues.

api-context

By Shared Context·
contextloggingstate-management
0

Reference for the unified `Context` object in `@cyanheads/mcp-ts-core`.

polish-docs-meta

By Shared Context·
mcpdocumentationmetadata
0

Finalize documentation and project metadata for a ship-ready MCP server.

add-prompt

By Shared Context·
mcppromptstemplates
0

Easily scaffold new MCP prompt templates for LLM interactions.

api-services

By Shared Context·
apiservicesintegration
0

API reference for built-in service providers including LLM, Speech, and Graph.

api-workers

By Shared Context·
cloudflareworkersserverless
0

Deploy Cloudflare Workers using `createWorkerHandler` for seamless integration.

setup

By Shared Context·
mcpsetuponboarding
0

Post-init orientation for MCP server setup using @cyanheads/mcp-ts-core.

field-test

By Shared Context·
testingdebuggingmcp
0

Verify the behavior of tools and resources with real-world inputs to ensure end-to-end functionality.

api-testing

By Shared Context·
testingvitestmcp
0

Testing patterns for MCP tool/resource handlers using Vitest and mock contexts.