Skip to content

MCP_PORT problem #8

@pursual

Description

@pursual

I changed the port from 8000 to 9050 in .env, but it was not respected.

Ai says:
In main(), MCP_PORT is read from the environment before create_mcp() is called — but load_env() (which loads .env) is called inside create_mcp(). So .env hasn't been loaded yet when the port is read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions