Read and write INI configuration files. Cross-platform.
| Parameter | Type | Description |
|---|---|---|
| operationrequired | string | Operation to perform. One of: read, write, list_sections, list_keys, read_section, delete_key, delete_section, exists. |
| filePathrequired | string | Path to the INI file. |
| sectionoptional | string | Section name. |
| keyoptional | string | Key name (read, write, delete_key, exists). |
| valueoptional | string | Value to write. |
| defaultValueoptional | string | Default value returned when key is not found (read). Default: empty. |
| Field | Type | Description |
|---|---|---|
| ok | boolean | |
| filePath | string | |
| section | string | |
| key | string | |
| value | string | |
| found | boolean | |
| exists | boolean | |
| sections | array[string] | |
| keys | array[string] | |
| values | object | |
| count | integer |
No examples available.
ppm install mcp-ini
GET /v1/packages/mcp-ini/1.0.3/schema
GET /v1/mcp/discover?q=ini
ppm install mcp-ini or invoke remotely via POST /v1/invoke/mcp-ini on the MCP Service.