What problem does it solve?
This Skill addresses the need to verify if specific Machine Control Protocol (MCP) tools can be accessed and utilized within a forked skill execution environment.
Core Features & Use Cases
- Tool Accessibility Test: Confirms whether MCP tools are discoverable and loadable from a forked context.
- Query Execution: Executes a predefined Cypher query against a Neo4j database if the MCP tool is successfully loaded.
- Output Logging: Writes the results of the test, including tool availability and query outcomes, to a specified text file.
- Use Case: Developers can use this Skill to ensure their MCP-dependent functionalities work correctly when deployed in isolated or forked skill environments, preventing runtime errors.
Quick Start
Use MCPSearch to load mcp__neo4j-cypher__read_neo4j_cypher and then execute MATCH (c:Company {ticker: 'AAPL'}) RETURN c.name LIMIT 1, writing the results to earnings-analysis/test-outputs/mcp-in-fork-result.txt.