ai.decisionlog/mcp

MCPcommunautéen ligne
v0.1.0ai.decisionlogUnknownMis à jour il y a 2 mois

Append-only decisions with provenance, supersession, retrieval, and audited MCP actions.

État de l’endpointen ligne
vérifié il y a 1 jour · 261 ms
100 % des dernières 5 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurai.decisionlog
LicenceUnknown
Version0.1.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils30 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · il y a 10 jQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé17 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

30 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur10d ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://www.decisionlog.ai/api/mcp30 outils · 369 ms
decision_log_create_decisionCreate an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.

Create an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.

ParamètreTypeDescription
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
decision_log_search_decisionsSearch decisions in the authenticated workspace.

Search decisions in the authenticated workspace.

ParamètreTypeDescription
querystringSearch text.
statusstringOptional Decision status filter.
decisionTypestringOptional Decision type filter.
decisionKeystringOptional stable Decision key filter.
projectIdOptional Project identifier filter.
tagstringOptional Tag slug filter.
domainstringOptional Domain slug filter.
includeSupersededboolean
currentOnlyboolean
sortstring
limitinteger
offsetinteger
decision_log_get_decisionRetrieve one decision by ID.

Retrieve one decision by ID.

ParamètreTypeDescription
decisionId*stringDecision identifier.
decision_log_supersede_decisionCreate a replacement Decision and supersession relationship for an existing Decision.

Create a replacement Decision and supersession relationship for an existing Decision.

ParamètreTypeDescription
decisionId*stringDecision being superseded.
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
reason*stringReason for supersession.
decision_log_lock_decisionIrreversibly prevent a current Decision from ever being superseded; may create an approval request.

Irreversibly prevent a current Decision from ever being superseded; may create an approval request.

ParamètreTypeDescription
decisionId*stringDecision to lock.
rationale*stringWhy permanent finality is required.
sourceIdsarray
decision_log_approve_decision_actionRecord one immutable approval or rejection attestation.

Record one immutable approval or rejection attestation.

ParamètreTypeDescription
approvalRequestId*stringApproval request identifier.
approvalGroupId*stringApproval group identifier.
decision*string
commentstringOptional approval comment.
decision_log_get_decision_governanceRetrieve lock, authority snapshot, and approval state for a Decision.

Retrieve lock, authority snapshot, and approval state for a Decision.

ParamètreTypeDescription
decisionId*stringDecision identifier.
decision_log_list_recent_decisionsList the most recent decisions in the authenticated workspace.

List the most recent decisions in the authenticated workspace.

ParamètreTypeDescription
limitinteger
decision_log_submit_sourceSubmit source content for ingestion and later provenance links.

Submit source content for ingestion and later provenance links.

ParamètreTypeDescription
titlestringOptional source title.
contentTextstringInline source text.
contentBlobUrlstring
externalIdstringExternal provider identifier.
externalUrlstring
sourceTypestringSource type; defaults to mcp.
metadataobject
decision_log_list_sourcesList visible SourceContent using bounded excerpts and canonical retention redaction.

List visible SourceContent using bounded excerpts and canonical retention redaction.

ParamètreTypeDescription
querystringOptional title, content, or external identifier search.
sourceTypestringOptional exact source type.
retentionStatestringOptional exact retention lifecycle state.
sortstring
limitinteger
offsetinteger
decision_log_get_sourceRetrieve one visible SourceContent detail projection. Redacted, purged, and unknown retention states never return stored title, content, blob URL, or metadata.

Retrieve one visible SourceContent detail projection. Redacted, purged, and unknown retention states never return stored title, content, blob URL, or metadata.

ParamètreTypeDescription
sourceId*stringSourceContent identifier.
decision_log_get_source_decisionsRetrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.

Retrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.

ParamètreTypeDescription
sourceId*stringSourceContent identifier.
decision_log_list_candidatesList reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.

List reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.

ParamètreTypeDescription
querystringOptional title, summary, decision text, or rationale search.
statusstringOptional exact candidate review status.
decisionTypestringOptional exact decision type.
sortstring
limitinteger
offsetinteger
decision_log_get_candidateGet the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.

Get the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.

ParamètreTypeDescription
candidateId*stringDecisionCandidate identifier.
decision_log_create_candidateCreate a reviewable DecisionCandidate.

Create a reviewable DecisionCandidate.

ParamètreTypeDescription
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
confidenceinteger
decision_log_resolve_candidateApprove or reject a pending DecisionCandidate.

Approve or reject a pending DecisionCandidate.

ParamètreTypeDescription
candidateId*stringCandidate identifier.
resolution*string
reasonstringOptional rejection reason.
titlestringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionTextstringThe immutable meaning of the decision.
rationalestringWhy the decision was made.
decisionTypestring
sourceIdsarray
metadataobject
decision_log_convert_candidate_to_supersessionApprove a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.

Approve a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.

ParamètreTypeDescription
candidateId*stringPending DecisionCandidate identifier.
replacesDecisionId*stringCurrent Decision identifier that the candidate replaces.
reasonstringOptional reason for the supersession.
decision_log_get_current_decisionGet the newest active decision in a domain.

Get the newest active decision in a domain.

ParamètreTypeDescription
domain*stringDomain slug.
decision_log_get_supersession_historyRetrieve the complete visible Decision supersession chain in oldest-to-newest order. Malformed chains fail closed and never claim a current Decision.

Retrieve the complete visible Decision supersession chain in oldest-to-newest order. Malformed chains fail closed and never claim a current Decision.

ParamètreTypeDescription
decisionId*stringDecision identifier from any point in the chain.
decision_log_get_decision_sourcesRetrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.

Retrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.

ParamètreTypeDescription
decisionId*stringDecision identifier.
decision_log_list_audit_eventsList the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.

List the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.

ParamètreTypeDescription
querystringOptional actor, action, resource, or identifier search.
actionstringOptional exact AuditEvent action.
resourceTypestringOptional exact resource type.
actorTypestringOptional exact actor type.
sortstring
limitinteger
offsetinteger
decision_log_list_decisions_by_tagList decisions related to an exact tag slug.

List decisions related to an exact tag slug.

ParamètreTypeDescription
tag*stringTag slug.
decision_log_list_decisions_by_domainList decisions related to an exact domain slug.

List decisions related to an exact domain slug.

ParamètreTypeDescription
domain*stringDomain slug.
decision_log_render_decisionUse this when the user wants to inspect one known Decision in a visual card. Call a data retrieval tool first when the Decision ID is unknown.

Use this when the user wants to inspect one known Decision in a visual card. Call a data retrieval tool first when the Decision ID is unknown.

ParamètreTypeDescription
decisionId*stringDecision identifier returned by a retrieval tool.
decision_log_render_workspace_briefUse this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.

Use this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.

Aucun schéma d’entrée n’a été publié pour cet outil.

decision_log_render_decision_explorerUse this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.

Use this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.

ParamètreTypeDescription
decisionIdstringOptional Decision identifier to open immediately.
decision_log_render_candidate_reviewUse this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.

Use this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.

ParamètreTypeDescription
candidateId*stringDecisionCandidate identifier.
decision_log_render_supersession_composerUse this when the user has a known active Decision and complete replacement meaning to review before supersession.

Use this when the user has a known active Decision and complete replacement meaning to review before supersession.

ParamètreTypeDescription
decisionId*stringDecision being superseded.
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
reason*stringReason for supersession.
decision_log_render_source_pipelineUse this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.

Use this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.

ParamètreTypeDescription
sourceId*stringDecisionSource identifier.
decision_log_render_audit_explorerUse this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.

Use this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.

ParamètreTypeDescription
querystringOptional audit event filter.
limitinteger

30 outils sur 30 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Append-only decisions with provenance, supersession, retrieval, and audited MCP actions.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.