MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getAppState

Function getAppState

src/commands/commit-push-pr.ts:137–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 {
136 ...context,
137 getAppState() {
138 const appState = context.getAppState()
139 return {
140 ...appState,
141 toolPermissionContext: {
142 ...appState.toolPermissionContext,
143 alwaysAllowRules: {
144 ...appState.toolPermissionContext.alwaysAllowRules,
145 command: ALLOWED_TOOLS,
146 },
147 },
148 }
149 },
150 },
151 '/commit-push-pr',
152 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected