mcp_philosophy 0.1.0 copy "mcp_philosophy: ^0.1.0" to clipboard
mcp_philosophy: ^0.1.0 copied to clipboard

Value principle, judgment direction, and ethos layer for the MakeMind Knowledge System providing philosophy-based pipeline intervention and evaluation.

MCP Philosophy #

Positioning: mcp_philosophy is an internal component of the MakeMind knowledge stack exposed through the mcp_knowledge facade. Application code should import package:mcp_knowledge/mcp_knowledge.dart — the symbols declared here are re-exported from there. Direct package:mcp_philosophy/ imports remain valid for advanced or integration scenarios but are discouraged in product code.

The value-principle, judgment-direction, and ethos layer for the MakeMind Knowledge System. The sole PhilosophyPort implementation: PhilosophyEngine.

Capabilities #

  • Philosophy evaluation — assess context against the active ethos.
  • Prohibition checking — gate actions against ethos prohibitions.
  • Pipeline intervention — apply philosophy guidance at pre / during / post generation stages.
  • Tension detection — surface cross-layer value tensions.
  • Ethos evolution — propose ethos changes from feedback loops.
  • Dynamic state weighting — integrate state weights into philosophical judgment.

Contract types (PhilosophyPort, EthosStorePort, EthosRecord, etc.) are defined in mcp_bundle and re-exported here.

Quick Start #

import 'package:mcp_philosophy/mcp_philosophy.dart';

final engine = PhilosophyEngine(
  ethosStore: ethosStorePort,
  facts: factsPort,
);

final guidance = await engine.evaluate(context);
final prohibitionCheck = await engine.checkProhibitions(action, context);

Support #

License #

MIT — see LICENSE.

0
likes
60
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

Value principle, judgment direction, and ethos layer for the MakeMind Knowledge System providing philosophy-based pipeline intervention and evaluation.

Homepage
Repository (GitHub)
View/report issues

Topics

#philosophy #mcp #ai #dart #ethos

License

MIT (license)

Dependencies

collection, mcp_bundle, meta

More

Packages that depend on mcp_philosophy