session-info
Retrieve detailed session data to analyze and understand the current interaction within the IMCP server, a platform designed to expose and study MCP vulnerabilities.
Instructions
Get information about your current session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeDetails | No | Include detailed session information |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"includeDetails": {
"description": "Include detailed session information",
"type": "boolean"
}
},
"type": "object"
}