superbunny38/YourMCPCodingMaster
3.2
If you are the rightful owner of YourMCPCodingMaster and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate coding, debugging, and error resolution in software development environments.
Tools
4
Resources
0
Prompts
0
Your MCP Coding Master
Your Coding Master MCP Server that
- debugs
- codes
- helps you with code-related error!
Available Tools
Tool Name | Category |
---|---|
list_codes | Common |
run_code | Debugging |
run_function | Coding |
write_me_a_mcp_tool | Coding |
Debugging
Example usage
Output of 'EmployeeDirectory.cs' should be:
ID: 101, Name: Alice Smith, Department: Engineering, Service Years: 5
ID: 102, Name: Bob Johnson, Department: Marketing, Service Years: 2
ID: 103, Name: Charlie Williams, Department: Engineering, Service Years: 8
ID: 104, Name: Diana Brown, Department: HR, Service Years: 3
ID: 105, Name: Edward Jones, Department: Engineering, Service Years: 1
--- Engineering Department Employees with more than 3 years of service ---
ID: 101, Name: Alice Smith, Department: Engineering, Service Years: 5
ID: 103, Name: Charlie Williams, Department: Engineering, Service Years: 8
--- Names of all employees in Marketing ---
Bob Johnson
Output of 'SimpleAPIClient.cs' should be:
--- API Response ---
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
--- End of Response ---
Successfully fetched and displayed data.
API call attempt finished.
(If there's a network issue (e.g., no internet connection) or the API is down, the output will show an error message from the catch block, for example:)
--- Error ---
Request error: No such host is known. (jsonplaceholder.typicode.com:443) // (Error message might vary)
API call attempt finished.