Skip to main content
Glama

octomind-mcp

Official
by OctoMind-dev
prompts.ts1.24 kB
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export const registerPrompts = (server: McpServer): void => { server.prompt( "Create Login Test Case", `Create a login test case for the given test target. A login test case is used to verify that a user can successfully login to a system. For a login to work with this prompt you should provide the a test account in the environment you want to use for discovery`, () => { return { description: "Create a login test case for the given test target.", messages: [ { role: "user", content: { type: "text", text: `Log in with the following credentials: {"user_name":"$OCTO_USERNAME","password":"$OCTO_PASSWORD"} These credentials are only valid for username/password logins, not for social logins like Facebook, Google, etc. Your task is to log in only (no workarounds): - Do not proceed with any additional steps after logging in. - Do not attempt to use any social login, register, sign up, or reset the password. - If you encounter captchas, bot protection, or technical issues, abort the task.`, }, }, ], }; }, ); };

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/OctoMind-dev/octomind-mcp'

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