SYMBOL INDEX (30 symbols across 13 files) FILE: src/App.tsx function App (line 8) | function App() { FILE: src/components/applying-instructions.tsx type RuntimeServerConfig (line 5) | type RuntimeServerConfig = { type ApplyingInstructionsProps (line 11) | type ApplyingInstructionsProps = { function ApplyingInstructions (line 18) | function ApplyingInstructions({ FILE: src/components/loading-instructions.tsx type LoadingInstructionsProps (line 5) | interface LoadingInstructionsProps { function LoadingInstructions (line 12) | function LoadingInstructions({ FILE: src/components/mcp-server-card.tsx type MCPServerConfig (line 11) | type MCPServerConfig = { type MCPServerCardProps (line 17) | type MCPServerCardProps = { function MCPServerCard (line 25) | function MCPServerCard({ FILE: src/components/mcp-servers.tsx type MCPServer (line 6) | type MCPServer = { type MCPServers (line 11) | type MCPServers = { type MCPConfig (line 15) | type MCPConfig = { type MCPServersProps (line 19) | type MCPServersProps = { function MCPServers (line 26) | function MCPServers({ FILE: src/components/server-configs/env-config.tsx type EnvConfigProps (line 3) | type EnvConfigProps = { function EnvConfig (line 9) | function EnvConfig({ env, initialValues, onUpdate }: EnvConfigProps) { FILE: src/components/server-configs/filesystem-config.tsx type FilesystemConfigProps (line 4) | type FilesystemConfigProps = { function FilesystemConfig (line 9) | function FilesystemConfig({ FILE: src/components/server-configs/obsidian-config.tsx type ObsidianConfigProps (line 3) | type ObsidianConfigProps = { function ObsidianConfig (line 8) | function ObsidianConfig({ initialPath, onUpdate }: ObsidianConfigProps) { FILE: src/components/server-configs/postgres-config.tsx type PostgresConfigProps (line 3) | type PostgresConfigProps = { function PostgresConfig (line 8) | function PostgresConfig({ initialUrl, onUpdate }: PostgresConfigProps) { FILE: src/components/server-configs/sentry-config.tsx type SentryConfigProps (line 3) | type SentryConfigProps = { function SentryConfig (line 8) | function SentryConfig({ initialToken, onUpdate }: SentryConfigProps) { FILE: src/components/server-configs/sqlite-config.tsx type SQLiteConfigProps (line 3) | type SQLiteConfigProps = { function SQLiteConfig (line 8) | function SQLiteConfig({ initialPath, onUpdate }: SQLiteConfigProps) { FILE: src/components/terminal-command.tsx type TerminalCommandProps (line 4) | interface TerminalCommandProps { function TerminalCommand (line 9) | function TerminalCommand({ FILE: src/server-configs.ts type ServerConfig (line 1) | type ServerConfig = { constant SERVER_CONFIGS (line 14) | const SERVER_CONFIGS: Record = {