Skip to main content
Glama

Apple Doc MCP

by MightyDillah
lint-staged.config.ts312 B
import type { Configuration } from "lint-staged"; const config: Configuration = { "**/*.{js,jsx,ts,tsx,json,css,scss,md}": (stagedFiles) => [ `prettier --write ${stagedFiles.join(" ")}`, `eslint --fix ${stagedFiles.join(" ")}`, ], "**/*.{ts,tsx}": () => "nr typecheck", }; export default config;

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/MightyDillah/apple-doc-mcp'

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