Skip to content

Serve no auth flag 9#19

Merged
gabe-l-hart merged 3 commits intomainfrom
ServeNoAuthFlag-9
Feb 11, 2026
Merged

Serve no auth flag 9#19
gabe-l-hart merged 3 commits intomainfrom
ServeNoAuthFlag-9

Conversation

@gabe-l-hart
Copy link
Collaborator

Description

Closes #9

Changes

This adds a --no-auth flag to cforge serve to run with authentication disabled for local private usage

Testing

  • Unit test coverage
  • Test w/ locally running process:
# Terminal 1
CONTEXTFORGE_HOME=$PWD/tmp cforge serve --no-auth --port 5555

# Terminal 2
# --> no auth error
CONTEXTFORGE_HOME=$PWD/tmp PORT=5555 cforge tools list

Definition Of Done

  • This PR contains documentation
    • Yes -- CLI help description
    • NO (explain)
    • N/A
  • This PR contains unit tests
    • Yes
    • NO (explain)
    • N/A
  • This PR has been tested for backwards compatibility
    • Yes
    • NO (explain)
    • N/A

…serve

#9
Branch: ServeNoAuthFlag-9

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#9
Branch: ServeNoAuthFlag-9

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#9
Branch: ServeNoAuthFlag-9

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
@gabe-l-hart gabe-l-hart merged commit 1dd3e12 into main Feb 11, 2026
4 checks passed
@gabe-l-hart gabe-l-hart deleted the ServeNoAuthFlag-9 branch February 11, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] --no-auth flag for cforge serve

1 participant