{% extends "base.html" %} {% block title %}MCP & Timer Setup - PairCoder Setup{% endblock %} {% block content %}
{% if is_locked %} {% include "partials/locked_overlay.html" %} {% else %}

Enable MCP Server

Allows external tools to connect to PairCoder for extended functionality.

Default: 3000. Must be between 1024 and 65535.

Enable Toggl Integration

Automatically track time spent on tasks with Toggl.

{% endif %} {% endblock %}