We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattt/iMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ignore-sourcekit-warnings.mdc•313 B
---
description: Ignore spurious SourceKit warnings
globs: *.swift
alwaysApply: false
---
Ignore warnings erroneously generated by SourceKit like "Cannot find type '____' in scope" or "No such module '___'".
Assume types exist and modules are correctly installed.
Don't attempt to install new Swift packages.