UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

11 lines 482 B
import type { MCPServerConfig } from '../types/config.js'; /** * Validate MCP configuration for security issues * Checks for hardcoded credentials and other security concerns */ export declare function validateMCPConfigSecurity(mcpServers: MCPServerConfig[]): void; /** * Validate that project-level config files don't contain sensitive data */ export declare function validateProjectConfigSecurity(mcpServers: MCPServerConfig[]): void; //# sourceMappingURL=validation.d.ts.map