Skip to main content
Glama

Statelessor MCP Server

by aloksinghGIT

generate_analysis_script

Create bash or PowerShell scripts to analyze .NET and Java projects for stateful code patterns, providing remediation guidance for stateless architecture migration.

Instructions

Generate a bash or PowerShell script for offline analysis

Input Schema

NameRequiredDescriptionDefault
scriptTypeYesType of script to generate

Input Schema (JSON Schema)

{ "properties": { "scriptType": { "description": "Type of script to generate", "enum": [ "bash", "powershell" ], "type": "string" } }, "required": [ "scriptType" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aloksinghGIT/statelessor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server