lihongjie0209/console-mcp
If you are the rightful owner of console-mcp 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.
Console MCP Server is a TypeScript-based console management server that offers comprehensive session management and supports both synchronous and asynchronous command execution.
Tools
Functions exposed to the LLM to take actions
create_console
Creates a new console session and returns a unique ID.
execute_sync
Executes a command synchronously and returns the result immediately.
execute_async
Executes a command asynchronously and returns an execution ID for later query.
get_async_result
Retrieves the result of an asynchronously executed command.
list_consoles
Lists all active console sessions.
close_console
Closes a console session and cleans up resources.
get_console_status
Gets detailed status information of a console.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client